.logo{
background-color: #BFCCE3;
color:#C20E74;
font-size: 2em;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
  text-align: center;
}

body {
  font-size: 2.4em;
  line-height: 1.6;
  background-color:#e6f9ff
}
    
            .green {
                color:#94ae44;
            }
            
            .dark-green {
                color:#4a5722;
            }

            .trebut {
                font: "Trebuchet MS", Georgia, serif;
            }

            .arial {
                font: "Arial Narrow", Arial, Helvetica, sans-serif;
            }

            #subtitle {
                padding: 0 100px;
                font-size: 100%;
                margin-bottom: 1px;
                float: right;
                font-color: blue;
                list-style-type: disc;
            }

            #bluetext {
                color: #365F91;
                font-size: 100%;
                margin-top: 10px;
            }
      
            a.top {
                float: right;
            }

            .title {
                font-size: 70px;
                font-weight: bold;
                margin-bottom: -40px;
                max-width: 1100px;
                text-shadow: 2px 2px 2px grey;
                padding-top: 0;
            }

            .section {
                font-size: 100%;
                font-weight: bold;
                color: #365F91;
                padding: 5px 0;
                display: block;
                align-content: center;
                horiz-align: center;
            }

            .borders {
                border-bottom: solid black 1pt;

            }

            .job {
                font-size: 100%;
                font-weight: bold;
                margin-bottom: 0;
                margin: 10;
                padding: 10;
				color:grey;
            }



            #content {
                margin-left: auto;
                margin-right: auto;
                width: 70%;
                min-width: 420px;
                max-width: 1100px;
                word-wrap: normal;
                background: white;
                padding: 0 50px;
                padding-bottom: 50px;
                border-width: 2px;
                border-color: black;
                border-style: solid;
                clear: all;
                overflow: hidden;
            }

          
            section {
                margin-top: 0;
                margin: 10;
                max-width: 1100px;
                width: 100%;
            }

            input[type=checkbox] {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                opacity: 0;
                width: 0%;
                height: 0%;
            }

            label {
                margin: 10;
                padding: 0;
            }
            


            /* Toggled State */
            input[type=checkbox]:checked ~ section {
                max-height: 100%;
            }
            
            input[type=checkbox]:checked ~ label > .expanding:before {
              border-left: 8px solid transparent;
              border-top: 8px solid black;
              border-right: 8px solid transparent;
              top:4px;
            }

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #74D3F2;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #74D3F2;
    border-color: #74D3F2;
}

.nav-tabs > li > a:hover {
    border-color: #74D3F2 #74D3F2 #74D3F2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #0A96C4;
    border: 1px solid #0A96C4;
    border-bottom-color: transparent;
}

