﻿



.container_C {
    float: left;
    width: 100%;


    text-align: center;
    margin-top: 2px;
    
    margin-left: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

   
}



.CircleLeft {
    background-image: linear-gradient(120deg, #3B9C9C 0%, #3EA99F 100%);
    /*background-color: #008080;*/
    height: 145px;
    width: 75%;
    color: white;
    float: left;

    font-weight: bold;
    font-size: 10pt;
    font-family: 'Century Gothic';
    text-align: left;
 padding: 2px 4px 10px 10px;
}



.CircleRight {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    background: #008080;
     height: 145px;
       
    padding: 2px 4px 10px 10px;
    color: white;
    font-size: 11pt;
    font-family: 'Century Gothic';
}

.title1 {
    color: White;
    font-family: 'Century Gothic';
    font-size: 12pt;
    margin-top: 65px;
    margin-left: 6px;
    margin-bottom: 25px;
    padding: 0px;
}

.title2 {
    color: White;
    font-family: 'Century Gothic';
    font-size: 12.5pt;
      margin-left: auto;
  margin-right: auto;
    margin-top: 65px;
    /*margin-left: 18px;*/
    text-align:center;

    padding: 0px;
    text-decoration:none;
      /*padding: 2px 4px 6px 10px;*/
}


.titleHead {
    font-family: 'Century Gothic';
    font-size: 13pt;
    color: #555;
    padding-top: 10px;
 
    margin-top: -8px;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    /*background-color:#D1D0CE;*/
}



.button:hover {
    background-color: #555;
}
