body {margin:0;}


ul {
  margin-left: 10%;
}



.column img {
  width: 100px;
}











.content {
  font-family: 'Raleway', sans-serif;
}

.content h4 {
  font-family: 'Raleway', sans-serif;
}



.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
.optim {
    margin: auto;
    padding-top: 20px;
}
.optim img {

  width: 100%;
  float: inherit
  display: block
  position: relative;
}

.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: solid;
  border-width: 1px;
  border-color: #c0c0c0;
  text-align: left;
  outline: none;
  font-size: 15px;
}



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #c0c0c0;
  float: right;
  margin-left: 5px;
  font-size: 30px;
  font-weight: lighter;
}

.activa:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color: #0c0c0c;
  font-size: 30px;
  font-weight: lighter;
}

button {
  font-size: 16px;
}
.opteem {
  float: left;
  text-align: center;
}
.optoom {
  float: right;
  text-align: center;
}
.opteem h2{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.opteem a{
  text-align: center;
  color: #4f87e2;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.thirds{
  text-align: center;
}
.thirds img{
 max-width: 50%;
}
.thirds a{
  text-align: center;
  color: #4f87e2;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.thirds p{
  text-align: center;
  font-family: 'Raleway', sans-serif;

  font-size: 24px;
}
.thirds h2{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 24px;
}







.collapsible {
  font-size: 25px;
  font-weight: bold;
}
table {
  max-width: 100%;
}
.items {
  text-align: center;
  padding-top: 10px;
  padding: 10px;
  background-color: #eee;
  border: hidden;
  max-width: 100%;
}

.items img {
  max-width: 40%;
}

.items p {
  font-size: 100%;
}

.item p {
  font-size: 30%
}

.items img:hover {
  opacity: 0.4;
  transition: 0.3s;
}

.item {
  text-align: center;
  padding-top: 10px;
  padding: 10px;
  background-color: #eee;
  border: hidden;
  max-width: 100%;
}

.item img {
  max-width: 55%;
}

.item p {
  font-size: 100%;
}



#sectiona {
    padding-top: 5%;
  display: none;
  transition: height 350ms ease-in-out;
}
#section2 {
  display: none;
  transition: height 350ms ease-in-out;
}

#section3 {
  display: none;
  transition: height 350ms ease-in-out;
}

#section4 {
  display: none;
  transition: height 350ms ease-in-out;
}

#section5 {
  display: none;
  transition: height 350ms ease-in-out;
}

#section6 {
  display: none;
  transition: height 350ms ease-in-out;
}

#section7 {
  display: none;
  transition: height 350ms ease-in-out;
}
#section8 {
  padding-top: 5%;
  display: none;
  transition: height 350ms ease-in-out;
}


.collapsible p{
  font-family: 'Raleway', sans-serif;

  font-size: 20px;
}
}



@media screen and (max-width: 600px) {
  .thirds img
  {
   max-width: 100%;
  }
  .items p {
    display: none;
  }

  .items img {
    max-width: 5%;
  }
  .item p {
    display: none;
  }

  .item img {
    max-width: 5%;
  }
}

/* Iphone Screen  */
body {
  font-family: Arial, Helvetica, sans-serif;
}

.axxyrnav {
  z-index: 500;
  background-color: #3a3a3a;
position: fixed;
float: none;
width: 100%;

}

.axxyrnav .icon {
  display: none;

}

.axxyrnav a {
font-family: 'Raleway', sans-serif;
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.dropaxxyr {
  float: left;
  overflow: hidden;
}

.active {
  font-weight: bold;
  color: #c6c6c6;
}
.dropaxxyr .dropaxbtn {
font-family: 'Raleway', sans-serif;
font-size: 14px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 18px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

header {
  width: 100%;
  align: center;
  height: 29px;
}
header img {
  display: block;
  max-width: 25px;
}

header img:hover {
  opacity: 0.5;
transition: 0.3s;
}

.dropaxxyr-content a {
  color: #c0c0c0;
}

.dropaxxyr-content {
	font-family: 'Raleway', sans-serif;
  display: none;
  color: #c0c0c0;
  position: absolute;
  background-color: #3a3a3a;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.axxyrnav a:hover, .dropaxxyr:hover .dropaxbtn {
color: #aaa;
text-decoration: none;
transition: 0.3s;
}

.dropaxxyr-content a {
  float: none;
  color:  #c0c0c0;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropaxxyr-content a:hover {
  color: #545454;
  text-decoration: none;
  transition: 0.3s;
}

.dropaxxyr:hover .dropaxxyr-content {
  display: block;
}
@media screen and (max-width: 600px) {
.axxyrnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
}

.axxyrnav .icon {
  display: none;

}

@media screen and (max-width: 600px) {
.axxyrnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
}

.axxyrnav .icon {
  display: none;

}

header {
  width: 100%;
  align: center;
  height: 29px;
}
header img {
  display: block;
  max-width: 25px;
}

header img:hover {
  opacity: 0.5;
transition: 0.3s;
}






@media screen and (max-width: 600px) {
.axxyrnav a:not(:first-child), .dropaxxyr .dropaxbtn {
display: none;
}
.axxyrnav a.icon {
float: right;
display: block;
}
}


@media screen and (max-width: 600px) {
.axxyrnav.responsive {position: fixed;}
.axxyrnav.responsive .icon {
position: absolute;
right: 0;
position: fixed;
top: 0;

}
@media screen and (max-width: 600px) {
.axxyrnav a:not(:first-child), .dropaxxyr .dropaxbtn {
display: none;
}
.axxyrnav a.icon {
float: right;
display: block;
}
}


@media screen and (max-width: 600px) {
.axxyrnav.responsive {position: fixed;}
.axxyrnav.responsive .icon {
position: absolute;
right: 0;
position: fixed;
top: 0;

}
.axxyrnav.responsive a {
float: none;
display: block;
text-align: left;


}
.axxyrnav.responsive a {
float: none;
display: block;
text-align: left;
font-size: 10px;


}
.axxyrnav.responsive .dropaxxyr {float: none;}
.axxyrnav.responsive .dropaxxyr-content {position: relative;}
.axxyrnav.responsive .dropaxxyr .dropaxbtn {
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: left;
}
}
