/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   N O R M A L I Z E
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
a {
  background-color: transparent;
  text-decoration: none;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   L A Y O U T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
#layout {
  height: 100vh;
  min-width: 1600px;
  background: #FFFFFF;
  margin: 0;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "layout-clubii    layout-banner  layout-clubiii    " "layout-programii layout-info    layout-programiii " "layout-copyright layout-footer  layout-contact    ";
  grid-gap: 20px 20px;
}

#layout-clubii {
  grid-area: layout-clubii;
  margin: 0;
  padding: 40px 0 0 0;
  border-bottom: 4px solid #CD5C5C;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 40px;
  color: #222222;
}

#layout-banner {
  grid-area: layout-banner;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #CD5C5C;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 80px;
  color: #222222;
}

#layout-clubiii {
  grid-area: layout-clubiii;
  margin: 0;
  padding: 40px 0 0 0;
  border-bottom: 4px solid #CD5C5C;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 40px;
  color: #222222;
}

#layout-programii {
  grid-area: layout-programii;
  margin: 0;
  padding: 80px;
  background: #204060;
}
#layout-programii > div:nth-child(1) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 64px;
  color: #FFFFFF;
}
#layout-programii > div:nth-child(2) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 72px;
  color: #EE0000;
}
#layout-programii > div:nth-child(3) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: justify;
  font-family: "Roboto";
  font-size: 18px;
  color: #FFFFFF;
}

#layout-info {
  grid-area: layout-info;
  margin: 0;
  padding: 40px;
  background: #FFFFFF;
}
#layout-info > div:nth-child(1) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
#layout-info > div:nth-child(1) > div {
  margin: 0 auto;
  padding: 125px 0;
  width: 280px;
  border-radius: 50%;
  background: #CC0000;
  text-align: center;
}
#layout-info > div:nth-child(1) > div > div {
  display: inline-block;
  width: 160px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}
#layout-info > div:nth-child(2) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #CC0000;
}
#layout-info > div:nth-child(3) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: justify;
  font-family: "Roboto";
  font-size: 18px;
  color: #CC0000;
}

#layout-programiii {
  grid-area: layout-programiii;
  margin: 0;
  padding: 80px;
  background: #204060;
}
#layout-programiii > div:nth-child(1) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 64px;
  color: #FFFFFF;
}
#layout-programiii > div:nth-child(2) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 72px;
  color: #00CC00;
}
#layout-programiii > div:nth-child(3) {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: justify;
  font-family: "Roboto";
  font-size: 18px;
  color: #FFFFFF;
}

#layout-copyright {
  grid-area: layout-copyright;
  margin: 0;
  padding: 30px 40px 0 40px;
  border-top: 4px solid #CD5C5C;
}
#layout-copyright > div:nth-child(1) {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 48px;
  color: #222222;
  border-bottom: 2px solid #202031;
}
#layout-copyright > div:nth-child(2) {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}

#layout-footer {
  grid-area: layout-footer;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 4px solid #CD5C5C;
}
#layout-footer > div {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#layout-contact {
  grid-area: layout-contact;
  margin: 0;
  padding: 20px 40px;
  border-top: 4px solid #CD5C5C;
}
#layout-contact > div:nth-child(1) {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  color: #222222;
  border-bottom: 2px solid #222222;
}
#layout-contact > div:nth-child(2) {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  border-bottom: 2px solid #222222;
}
#layout-contact > div:nth-child(2) img {
  width: 64px;
  height: 64px;
  border-radius: 50px;
}
#layout-contact > div:nth-child(3) {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  color: #222222;
}
#layout-contact > div:nth-child(3) span {
  font-size: 20px;
  font-style: italic;
}
#layout-contact > div:nth-child(3) a {
  margin: 0 20px 0 0;
  font-family: "Roboto";
  font-size: 20px;
  font-style: italic;
  color: #222222;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   O B J E C T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.footer-column {
  width: 200px;
  margin: 0 10px 0 0;
  padding: 20px;
  border: 4px solid #CD5C5C;
  border-radius: 20px;
}
.footer-column > div:nth-child(1) {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: #404051;
  border-bottom: 2px solid #202031;
}
.footer-column > div:nth-child(2) {
  margin: 0;
  padding: 0;
}
.footer-column > div:nth-child(2) > div {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-column > div:nth-child(2) > div > div:nth-child(1) {
  width: 150px;
  margin: 0 10px 0 0;
  padding: 5px 0 0 0;
  border-bottom: 1px dotted #404051;
  font-family: "Roboto";
  font-size: 16px;
  color: #404051;
  line-height: 1.1;
}
.footer-column > div:nth-child(2) > div > div:nth-child(2) {
  width: 40px;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #404051;
  line-height: 1.1;
}

/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   F O N T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
@font-face {
  font-family: "Roboto";
  src: url("./../font/Roboto/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("./../font/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./../font/Roboto/Roboto-Regular.woff") format("woff"), url("./../font/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Code Pro";
  src: url("./../font/CodePro/Code-Pro.eot");
  src: local("Code Pro"), local("Code-Pro"), url("./../font/CodePro/Code-Pro.eot?#iefix") format("embedded-opentype"), url("./../font/CodePro/Code-Pro.woff") format("woff"), url("./../font/CodePro/Code-Pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("./../font/BebasNeue/BebasNeueRegular.eot");
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url("./../font/BebasNeue/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("./../font/BebasNeue/BebasNeueRegular.woff") format("woff"), url("./../font/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   E L E M E N T
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.info-svg {
  width: 28px;
  height: 28px;
  stroke: #EE7600;
  stroke-width: 1;
  fill: #FFFFFF;
}