div.center{
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
}

div.mycontainer{
    margin-right: 50px;
    margin-left: 50px;
}

.title-center{
    padding-top: 15%;
    text-align: center;
}

h1.title{
    color: white;
}

h2.subtitle{
    font-size: 25px;
    color: #dddddd;
}

section.white{
    background-color: white;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 25px;
    border: 3px solid #ebebeb;
    border-bottom-color: #c7c7c7;
    border-right-color: #c7c7c7;
    border-radius: 30px;
}

section.blue{
    padding-top: 4%;
    padding-bottom: 4%;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 25px;
    background-color: #3e506c;
    border: 5px solid #586c8d;
    border-bottom-color: #2e3f5a;
    border-right-color: #2e3f5a;
    border-radius: 30px;
}

body.all-size-image{
    background-image: url("../img/no-g.jpg");
    background-repeat: no-repeat;
    background-size: 200% 200%;
    position: fixed;
    width: 100%;
    z-index: 10;
    font-family: "Georgia", Georgia, serif;
}

div.image-text{
    padding-top: 5%;
    text-align: left;
}


div.image-border{
    /*cursor: pointer;*/
    transition: all 1s;
    border: 3px solid #dee2e6;
    border-bottom-color: #a6a6a6;
    border-right-color: #a6a6a6;
    padding: 1%;
    border-radius: 15px;
}

.scrollable_div { 
    height: 100%; 
    overflow: auto; 
}

section.info{
    background-color: #343a40;
    padding-top: 15px; 
    color: white;
}

.center-cyan{
    color: /*rgb(0, 225, 255)*/ black;
    text-align: center;
    margin-bottom: 3%;
}

.schedule-title{
    padding-left: 0;
    font-size:48px;
    color: white;
    margin-bottom: 1%;
}

.schedule-text{
    font-size:24px;
    font-weight: bolder;
}

.contact-cyan{
    margin-left: 25%;
    color: /*rgb(0, 225, 255)*/ black;
    text-align: center;
    margin-bottom: 3%;
}

div.contact-border{
    margin-left: 25%;
    border: 3px solid #ebebeb;
    border-bottom-color: #c7c7c7;
    border-right-color: #c7c7c7;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 10px;
}

.contact-text{
    color: black;
    margin-top: 5%;
    vertical-align: middle;
}

.contact-button {
    margin-top: 5%;
    width: 100%;
	/*box-shadow: 0px 1px 0px 0px #f0f7fa;*/
	/*background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);*/
	/*background-color:#33bdef;*/
	background-color:white;
	border-radius:4px;
	border:1px solid #057fd0;
    color: #057fd0;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
}

.contact-button:not(:hover) {
    border: 1px solid #057fd0;
    color: #057fd0;
    background-color: white;
    animation-name: coursAndEventOut;
    animation-duration: 500ms;
}

.contact-button:hover {
	border:1px solid #057fd0;
	color:white;
	background-color:#057fd0;
  	animation-name: coursAndEventIn;
  	animation-duration: 500ms;
}

@keyframes coursAndEventIn {
    0%   {background-color:white; color:#057fd0}
    100% {background-color:#057fd0; color:white;}
}

@keyframes coursAndEventOut {
    0% {background-color:#057fd0; color:white;}
    100%   {background-color:white; color:#057fd0}
}

div.more-info{
    border: 3px solid #dee2e6;
    border-bottom-color: #a6a6a6;
    border-right-color: #a6a6a6;
    padding: 2%;
    width: 100%;
    text-align: left;
}

div.schedule{
    color:white;
    background-color: #343a40;
    border: 5px solid #555f68;
    border-bottom-color: #293036;
    border-right-color: #293036;
    padding: 3%;
    border-radius: 15px;
}

div.section-title{
    text-align: center;
    padding-top: 25px;
}

p.info-text{
    font-size: 25px;
}

html {
    scroll-behavior: smooth;
}

li{
    padding-top: 1%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1%;
}

li:hover{
    background-color: #2b2c2e;
}

a.dropdown-item:hover{
    background-color: #d4d4d4;
}

.privacy-text{
    color:white;
}

.white-text{
    color:white;
}

div.phone-title{
    margin-top:5%;
    margin-bottom:5%;
}

div.contact-border-phone{
    border:3px solid #2b2e31;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.contact-cyan-phone{
    color: rgb(0, 225, 255);
    text-align: center;
    margin-bottom: 3%;
}

.computer_scrollable_main_div{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 94vh;
}

.info-description{
    font-size: 18px;
}